AI Basics
Links:
Machine Learning Frameworks
Types of Neural Networks
- Feed Forward Neural Network (FfNN)
- Perceptron
- Multi Layer Perceptron (MLP)
- Autoencoders
- Radial Basis Function Neural Networks (RBF)
- Convolutional Neural Network (CNN)
- Recurrent Neural Network (RNN)
- Long Short Term Memory (LSTM)
- Gated Recurrent Unit (GRU)
- Attention based
- Generative Adversarial Network (GAN)
- Transformers
- Sequence to Sequence Neural Networks (consists of two RNNs)
- Modular Neural Networks
More I got from OpenAssistant's AI (have to verify):
- Feed Forward Neural Network (FfNN)
- Feedforward neural networks with Rectified Linear Units (ReLU) activation
- Reservoir Computing (RC)
- RNNs
- Echo state networks (ESN)
- Autoencoders
- Variational Autoencoders (VAE)
- Denoising Autoencoders (DAE)
- Dual Avatar Autoencoders (DAAE)
- Denoising Adversarial Networks (DAN)
- Energy-Based Architectures
- Variational Bayesian Inference
Terms
- Frameworks
- Networks - Models and Networks are often used interchangeably. But mainly the difference is that algorithms are implemented on networks to create models.
- AI Algorithms
- Models - Products of AI Training, by running a machine learning algorithm on training data
- Inference - Inference is where deep learning capabilities learned during training are put to work